adding some new containers to play with
This commit is contained in:
11
docker_compose/filepizza/docker-compose.yaml
Normal file
11
docker_compose/filepizza/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# filepizza - https://hub.docker.com/r/guang1/filepizza
|
||||
services:
|
||||
filepizza:
|
||||
container_name: filepizza
|
||||
ports:
|
||||
- 6464:8080
|
||||
environment:
|
||||
- PORT=8080
|
||||
restart: always
|
||||
image: guang1/filepizza:latest
|
||||
network_mode: bridge
|
||||
Reference in New Issue
Block a user