Skip to content

Commit

Permalink
Fix MacOS localtime issue #151
Browse files Browse the repository at this point in the history
This fixes issue #151.
It also removes obsolete, unused port 18001.
  • Loading branch information
linas committed Dec 2, 2021
1 parent fee5d62 commit eb47887
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opencog/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ workspace:
ports: # syntax is host:container
- "5000:5000"
- "17001:17001"
- "18001:18001"
- "8080:8080"
volumes:
- $OPENCOG_SOURCE_DIR:/opencog
- $HOME/.gitconfig:/home/opencog/.gitconfig # for git commits,stash ...
- /etc/localtime:/etc/localtime:ro # for syncing with host time.
- ${ETC_LOCALTIME}:/etc/localtime:ro # for syncing with host time.
- $CCACHE_DIR:/home/opencog/.ccache # for persisting ccache artifacts
environment: # Set environment variables within the container
- OPENCOG_SOURCE_DIR=/opencog
Expand Down

0 comments on commit eb47887

Please sign in to comment.