Updates for Apr 21
Unifying the restart method for containers Remove scrutiny collector on invidia Change watchtower to an updated fork Expose ports on radarr/sonarr since seerr needs them
This commit is contained in:
@@ -5,12 +5,12 @@ services:
|
||||
env_file: ".env"
|
||||
environment:
|
||||
PUID: 1029
|
||||
PGID: 1000
|
||||
PGID: 988
|
||||
HOMEPAGE_ALLOWED_HOSTS: home.nearfuture
|
||||
volumes:
|
||||
- /home/fejy/docker/homepage/config:/app/config
|
||||
- /home/fejy/docker/homepage/icons:/app/public/icons
|
||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user