version: "3" services: ampache: image: ampache/ampache:4.3.0 # image: ampache/ampache:latest container_name: ampache volumes: - ${AMPACHE_ROOT}/data/config:/var/www/config - ${AMPACHE_ROOT}/data/log:/var/log/ampache # - ${AMPACHE_ROOT}/data/media:/media - ${DATA_VOLUME_ROOT}/Library:/media - ${AMPACHE_ROOT}/data/mysql:/var/lib/mysql - ${AMPACHE_ROOT}/data/sites-enabled:/etc/apache2/sites-enabled ports: - 9045:80 - 8100:8100 environment: DISABLE_INOTIFYWAIT_CLEAN: ${DISABLE_INOTIFYWAIT_CLEAN-0} restart: "no"