mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-05 09:53:21 +08:00
Add a name to the container
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
version: '2'
|
||||
services:
|
||||
web:
|
||||
# pwd daemon container always needs to be named this way
|
||||
container_name: pwd
|
||||
# use the latest golang image
|
||||
image: golang
|
||||
# go to the right place and starts the app
|
||||
|
Reference in New Issue
Block a user