First commit
This commit is contained in:
parent
1593169e0d
commit
dc85972115
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
cups:
|
||||
image: sthopeless/cups:latest
|
||||
container_name: cups
|
||||
network_mode: bridge
|
||||
restart: always
|
||||
privileged: true
|
||||
environment:
|
||||
- ADMIN_PASSWORD=admin
|
||||
volumes:
|
||||
- /docker/cups:/etc/cups
|
||||
ports:
|
||||
- 631:631
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
Loading…
x
Reference in New Issue
Block a user