Skip to content

Commit

Permalink
Add a port in Docker compose
Browse files Browse the repository at this point in the history
Apparently, this is obligatory now
kthoden committed Jul 2, 2021

Unverified

No user is associated with the committer email.
1 parent f5f988a commit f802c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'

services:

eoa_skripts:
build: .
image: ${IMAGE_NAME}
@@ -19,7 +19,8 @@ services:
- OUTPUT_DIR=${OUTPUT_DIR_IN_CONTAINER}
- DEPENDENCIES_DIR=${DEPENDENCIES_DIR_IN_CONTAINER}
- EOA_SCRIPTS_DIR=${SRC_DIR_IN_CONTAINER}
ports: []
ports:
- 17020
user: ${USER}:${GROUP}
working_dir: ${HOME_DIR_IN_CONTAINER}
tty: true

0 comments on commit f802c83

Please sign in to comment.