Change privatebin port to make it work

This commit is contained in:
otthorn 2021-01-07 20:51:28 +01:00 committed by root
parent d6cdfa8f25
commit 381000a564

View file

@ -30,7 +30,7 @@ services:
volumes: volumes:
- ./privatebin_data:/srv/data - ./privatebin_data:/srv/data
ports: ports:
- 8083:80 - 8083:8080
etherpad: etherpad:
build: etherpad build: etherpad