Skip to content

Commit

Permalink
net host for DLS
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 29, 2024
1 parent 9ce40d7 commit 1e3e329
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions include/ioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ services:

tty: true
stdin_open: true
networks:
- channel_access

# for docker use 'networks: [channel_access]'
# for podman at DLS use 'network_mode: host'
network_mode: host
# networks:
# - channel_access

volumes:
- opi:/epics/opi/
Expand Down

0 comments on commit 1e3e329

Please sign in to comment.