Open port 7474 for owncloud to bypass HTTP auth
This commit is contained in:
parent
acdb9ff98e
commit
03cf831a28
|
@ -59,12 +59,8 @@ services:
|
|||
- torrents:/var/www/html/data/admin/files
|
||||
networks:
|
||||
- main
|
||||
|
||||
mysql:
|
||||
image: mariadb:latest
|
||||
restart: always
|
||||
env_file:
|
||||
- config
|
||||
orts:
|
||||
- "7474:7474"
|
||||
|
||||
plex:
|
||||
image: fromenje/seedbox:plex
|
||||
|
|
Loading…
Reference in New Issue