mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-24 10:49:07 +00:00
Update compose.yml
This commit is contained in:
parent
45c43ea07d
commit
031bb94aa6
15
compose.yml
15
compose.yml
@ -1,12 +1,11 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plaster:
|
plaster:
|
||||||
image: docker.io/library/plasterbin:latest
|
build:
|
||||||
container_name: plaster
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "35200:3000" #modify first port if needed
|
- "35200:3000" # Bind container's port 3000 to the host's port 3000
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
container_name: plaster
|
||||||
- plaster-network
|
|
||||||
networks:
|
|
||||||
plaster-network:
|
|
||||||
driver: bridge
|
|
||||||
|
Loading…
Reference in New Issue
Block a user