Mise à jour de 'docker-compose/privatebin/docker-compose.yml'

This commit is contained in:
Zoz 2021-03-27 12:45:29 +01:00
parent e5f582f73f
commit c2c56d257f

View File

@ -4,7 +4,7 @@ version: '3.3'
services:
privatebin:
ports:
- '80:80' # Interface Web
- '80:80' # WebUI
container_name: privatebin
volumes:
- '/volume1/docker/privatebin/data:/privatebin/data'