mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 10:29: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:
|
||||
plaster:
|
||||
image: docker.io/library/plasterbin:latest
|
||||
container_name: plaster
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "35200:3000" #modify first port if needed
|
||||
- "35200:3000" # Bind container's port 3000 to the host's port 3000
|
||||
restart: always
|
||||
networks:
|
||||
- plaster-network
|
||||
networks:
|
||||
plaster-network:
|
||||
driver: bridge
|
||||
container_name: plaster
|
||||
|
Loading…
Reference in New Issue
Block a user